GdPicture.NET.14 (COM - ActiveX)
GdPicture.NET.14 (COM - ActiveX)~GdPicture14_namespace / GdPicture.NET.14 (COM - ActiveX)~GdPicture14.GdViewer / GdPicture.NET.14 (COM - ActiveX)~GdPicture14.GdViewer~AddEllipseAnnotInteractive / AddEllipseAnnotInteractive(Boolean,Boolean,Int32,Int32,Single,Single) Method





In This Topic
AddEllipseAnnotInteractive(Boolean,Boolean,Int32,Int32,Single,Single) Method
In This Topic
Syntax
'Declaration
 
Public Overloads Sub AddEllipseAnnotInteractive( _
   ByVal Fill As Boolean, _
   ByVal Stroke As Boolean, _
   ByVal BackColor As Integer, _
   ByVal BorderColor As Integer, _
   ByVal BorderWidth As Single, _
   ByVal Opacity As Single _
) 
public void AddEllipseAnnotInteractive( 
   bool Fill,
   bool Stroke,
   int BackColor,
   int BorderColor,
   float BorderWidth,
   float Opacity
)
public procedure AddEllipseAnnotInteractive( 
    Fill: Boolean;
    Stroke: Boolean;
    BackColor: Integer;
    BorderColor: Integer;
    BorderWidth: Single;
    Opacity: Single
); 
public function AddEllipseAnnotInteractive( 
   Fill : boolean,
   Stroke : boolean,
   BackColor : int,
   BorderColor : int,
   BorderWidth : float,
   Opacity : float
);
public: void AddEllipseAnnotInteractive( 
   bool Fill,
   bool Stroke,
   int BackColor,
   int BorderColor,
   float BorderWidth,
   float Opacity
) 
public:
void AddEllipseAnnotInteractive( 
   bool Fill,
   bool Stroke,
   int BackColor,
   int BorderColor,
   float BorderWidth,
   float Opacity
) 

Parameters

Fill
Stroke
BackColor
BorderColor
BorderWidth
Opacity
See Also

Reference

GdPicture.NET.14 (COM - ActiveX)~GdPicture14.GdViewer
GdViewer Members
Overload List